Autogenerated HTML docs for v2.20.1-309-g16a465 
diff --git a/git-rebase.txt b/git-rebase.txt index dff17b3..d284155 100644 --- a/git-rebase.txt +++ b/git-rebase.txt 
@@ -570,8 +570,9 @@  Directory rename detection  ~~~~~~~~~~~~~~~~~~~~~~~~~~   -The merge and interactive backends work fine with -directory rename detection. The am backend sometimes does not. +Directory rename heuristics are enabled in the merge and interactive +backends. Due to the lack of accurate tree information, directory +rename detection is disabled in the am backend.    include::merge-strategies.txt[]   @@ -979,7 +980,7 @@    At this time, the `merge` command will *always* use the `recursive`  merge strategy for regular merges, and `octopus` for octopus merges, -strategy, with no way to choose a different one. To work around +with no way to choose a different one. To work around  this, an `exec` command can be used to call `git merge` explicitly,  using the fact that the labels are worktree-local refs (the ref  `refs/rewritten/onto` would correspond to the label `onto`, for example).